home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 125 / Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso / Internet / Demon / IEXPLORE / IEAKJAVA.EXE / CLASSR.EXE / java / awt / peer / ChoicePeer.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-31  |  288 b   |  8 lines

  1. package java.awt.peer;
  2.  
  3. public interface ChoicePeer extends ComponentPeer {
  4.    void addItem(String var1, int var2);
  5.  
  6.    void select(int var1);
  7. }
  8.